home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4583 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  868 b 

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Halp! I don't know what I'm doing wrong!
  5. Date: Mon, 05 Feb 1996 23:12:20 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4f630b$o2b@fountain.mindlink.net>
  8. References: <4eu8sl$f27@aphex.direct.ca> <4f38fo$6ri@news.iag.net> <4f57fq$snv@wallias.eda.com>
  9. NNTP-Posting-Host: line033.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. risk@eda.com wrote:
  13.  
  14. >>The degree condition is not necessary. 0 to any power is 0.
  15.  
  16. >Sort-of.  O to any non-zero value is 0.  0^0 = 1.
  17.  
  18.      0 to the 0 is undefined.
  19.      0^0 is 0.  ^ is the exclusive or operator in C and this is a C
  20. newsgroup.
  21.  
  22. Sincerely,
  23.  
  24. Gene Wirchenko
  25.  
  26. C Pronunciation Guide:
  27.      y=x++;     "wye equals ex plus plus semicolon"
  28.      x=x++;     "ex equals ex doublecross semicolon"
  29.  
  30.